W4. Function Behavior

Author

Mohammad Alkousa

Published

November 6, 2025

1. Theory

1.1 Functions, Domain, and Range

A function is a special relationship between two sets of values where each input corresponds to exactly one output. Think of it like a machine: you put something in (the input), and you get exactly one thing out (the output). You cannot put in the same input and get two different outputs.

More formally, a function from a set to a set is a rule that assigns a single value in to each in . This “single value” requirement is crucial—it’s what distinguishes functions from other types of relationships.

The domain of a function is the set of all possible input values that the function can accept. We denote it as or . Think of the domain as all the valid things you’re allowed to put into your function machine.

The range of a function is the set of all possible output values that the function can produce as varies throughout the domain. The range tells you what values can actually come out of your function.

When we define a function with a formula and the domain is not explicitly stated or restricted by context, we assume the domain is the largest set of real -values for which the formula gives real -values. This is called the natural domain or implied domain.

1.1.1 Examples of Functions with Their Domains and Ranges

Let’s examine several common functions to understand how domains and ranges work:

  • : Domain is (all real numbers), Range is (non-negative numbers only). No matter what real number you square, you always get a non-negative result.
  • : Domain is (all real numbers except zero), Range is . We exclude zero from the domain because division by zero is undefined.
  • : Domain is , Range is . We can only take square roots of non-negative numbers (in the real number system).
  • : Domain is , Range is . We need , which means .
  • : Domain is . We need , which means , so .
1.2 The Graph of a Function

The graph of a function with domain consists of all points in the Cartesian plane (the standard -plane) whose coordinates are the input-output pairs for . In mathematical notation, the graph is the set:

In simpler terms, for every input value in the domain, we plot a point at coordinates where is the output. When we connect all these points, we get the visual representation of our function.

If a point lies on the graph of , then the value represents the height of the graph above the point on the horizontal axis (if is positive) or the depth below the point (if is negative).

1.3 Floor and Ceiling Functions
1.3.1 The Floor Function

The floor function (also called the greatest integer function) takes any real number and rounds it down to the nearest integer. It is denoted by and gives you the greatest integer less than or equal to .

Examples:

  • (rounds down)
  • (rounds down)
  • (already an integer)
  • (rounds down to more negative)
  • (already an integer)
  • (rounds down)
  • (rounds down to more negative)
1.3.2 The Ceiling Function

The ceiling function (also called the least integer function) takes any real number and rounds it up to the nearest integer. It is denoted by and gives you the smallest integer greater than or equal to .

Examples:

  • (rounds up)
  • (rounds up)
  • (already an integer)
  • (rounds up to less negative)
  • (already an integer)
  • (rounds up)
  • (rounds up to less negative)
1.4 Monotone Functions

Monotone functions are functions that consistently move in one direction—they either go up, stay flat, or go down as we move from left to right along the graph. Understanding monotonicity helps us predict function behavior and is crucial for many mathematical proofs.

1.4.1 Types of Monotonicity

Let be a function defined on an interval . We distinguish between several types of monotonic behavior:

(1) Increasing Function: is increasing on if for all with , we have . The function values go up or stay the same as we move right.

(2) Strictly Increasing Function: is strictly increasing on if for all with , we have . The function values always go up as we move right (no flat parts).

(3) Decreasing Function: is decreasing on if for all with , we have . The function values go down or stay the same as we move right.

(4) Strictly Decreasing Function: is strictly decreasing on if for all with , we have . The function values always go down as we move right (no flat parts).

(5) Monotone Function: The function is (strictly) monotone on if it is either (strictly) increasing or (strictly) decreasing on .

1.4.2 Examples of Monotone Functions

Example 1: Linear Functions

Let , and . The monotonicity depends entirely on the coefficient :

  • If : is strictly increasing on (the line slopes upward)
  • If : is constant on (horizontal line, hence both increasing and decreasing)
  • If : is strictly decreasing on (the line slopes downward)

Example 2: Quadratic Function

The function , :

  • Is strictly increasing on (right side of the parabola)
  • Is strictly decreasing on (left side of the parabola)

All functions with even have the same monotonic behavior as .

Example 3: Cubic Function

The function , is strictly increasing on all of . All functions like with odd have analogous monotonic behavior.

1.5 Combining Functions: Sums, Differences, Products, and Quotients

Just like numbers, functions can be combined through arithmetic operations to create new functions. This allows us to build complex functions from simpler building blocks.

If and are functions, then for every (meaning must be in both domains):

(1) Sum:

(2) Difference:

(3) Product:

(4) Quotient: At any point (points in both domains where ), we define:

(5) Scalar Multiplication: Functions can also be multiplied by constants. If is a real number, then the function is defined for all in the domain of by:

The domain of the combined functions , , and is . The domain of is with all points where removed.

1.6 Composition of Functions

Composition is a way of combining two functions where the output of one function becomes the input of another. This is like a two-stage process: first apply one function, then apply another function to the result.

The composition of functions and , denoted (read as “ composed with ”), is defined by:

To evaluate : first find , then apply to that result.

The domain of consists of all numbers in the domain of for which lies in the domain of . In other words, we need: 1. must be a valid input for 2. The output must be a valid input for

Similarly, to evaluate (when defined): first find , then find . The domain of is the set of numbers in the domain of such that lies in the domain of .

Important: The functions and are usually quite different—order matters in composition!

1.6.1 Examples of Function Composition

Let and . Let’s explore various compositions:

(1)

Domain: (we need )

(2)

Domain: (we need for the square root)

(3)

Domain:

(4)

Domain:

Important Note: If and , then . However, the domain of is , not , because requires .

1.7 One-to-One Functions

In many mathematical problems, we want to reverse a function—that is, given an output value, find the unique input that produced it. This is called the inverse problem. However, not all functions can be reversed uniquely.

Consider the function with domain all real numbers. If we’re told that and asked to find , we have a problem: both and . With the information given, we cannot determine a unique value of such that . This means the inverse problem does not have a unique solution for this function.

We can avoid this difficulty by restricting the domain or by working with functions that naturally avoid this issue. This leads us to the concept of one-to-one functions.

A function is one-to-one on a domain if whenever in . In other words, different inputs always produce different outputs. This property is also called being injective.

1.7.1 Examples of One-to-One Functions

(1) is one-to-one on any domain of nonnegative numbers because whenever .

(2) is not one-to-one on the interval because , but .

Important Proposition: If is strictly monotone on its domain, then is one-to-one.

Proof idea: If is strictly increasing and , then either (giving ) or (giving ). Either way, . The same logic applies for strictly decreasing functions.

Important Remark: The reverse of this proposition is not always true. A function may be one-to-one without being strictly monotone on its domain. For example:

This function is one-to-one on (its graph intersects each horizontal line at most once), but it is neither increasing nor decreasing on its entire domain.

1.8 Inverse Functions

Once we have a one-to-one function, we can define its inverse—a function that “undoes” what the original function does.

Suppose that is a one-to-one function on a domain with range . The inverse function is defined by:

The domain of is (the range of ), and the range of is (the domain of ). The inverse function essentially reverses the input-output relationship: if takes to , then takes back to .

1.8.1 Properties of Inverse Functions

Composing a function and its inverse:

(1) for all in the domain of

(2) for all in the domain of (or equivalently, the range of )

These properties confirm that and truly “undo” each other.

When does a function have an inverse?

Suppose is a function whose domain is an interval:

  • If is increasing, then it satisfies when , so it is one-to-one and has an inverse.
  • If is decreasing, then it also has an inverse.
  • Functions that are neither increasing nor decreasing may still be one-to-one and have an inverse, as shown in the example above.

Graphical Property: The graph of is obtained by reflecting the graph of about the line . This is because if is on the graph of , then is on the graph of .

1.8.2 Example: Finding an Inverse Function

Let . To find :

Set and solve for in terms of :

Therefore, , or replacing with : .

1.9 Even and Odd Functions

Even and odd functions have special symmetry properties that make them easier to analyze and work with.

Let be a function with a domain that is symmetric with respect to the origin (meaning if , then as well).

  • The function is even if for all . The graph of an even function is symmetric with respect to the -axis (vertical axis). Examples: , , .
  • The function is odd if for all . The graph of an odd function is symmetric with respect to the origin (if you rotate the graph 180° about the origin, it looks the same). Examples: , , .
1.9.1 Properties of Even and Odd Functions

(1) The sum (or difference) of two even functions is even.

(2) The sum (or difference) of two odd functions is odd.

(3) The sum of an even and odd function is neither even nor odd, unless one of the functions is zero.

(4) The product and quotient of two even functions is even.

(5) The product and quotient of two odd functions is even.

(6) The product and quotient of an even function and an odd function is odd.

(7) The composition of two even functions is even.

(8) The composition of two odd functions is odd.

(9) The composition of an even function and an odd function is even.

(10) If an odd function is invertible, then its inverse is also odd.

1.9.2 Decomposition into Even and Odd Parts

Important Fact: Any function with a domain that is symmetric with respect to the origin can be uniquely decomposed as the sum of an even function and an odd function. These are called the even part (or even component) and the odd part (or odd component) of the function:

We can verify: .

1.10 Power Functions

Power functions are among the most fundamental functions in mathematics. To understand them fully, we need to carefully define what we mean by powers of real numbers.

1.10.1 Powers of a Real Number

Let . We define powers progressively:

(1) Natural Number Exponents: If (positive integer), then:

(2) Zero Exponent: If , then . Note that is undefined.

(3) Negative Integer Exponents: If and , then:

(4) Roots (Fractional Exponents with Numerator 1): If is a positive integer and is a real number, then (also denoted , the th root of ) is defined to be the real number satisfying:

subject to the following conditions:

  • If and is even, then is undefined (no real even root of negative numbers).
  • If and is even, then is chosen to be the positive number satisfying the equation above (principal root).
  • If is odd, then is defined for all real and has the same sign as .

(5) Rational Exponents: If is a fraction in reduced form, where and are integers and , then is defined by:

whenever this makes sense (respecting the conditions for roots above).

(6) Real Exponents: If and (positive irrational number), we can define the power by approximating with rational numbers:

  • If , then:

  • If , then:

  • If and (negative real), then: where .

1.10.2 Example: Computing an Irrational Power

For , we use the decimal expansion . We consider powers of 2 with increasingly accurate approximations:

Which gives approximately:

Taking better approximations to gives better approximations to .

1.11 Polynomials and Rational Functions

Polynomials and rational functions are among the most important and frequently used functions in mathematics, appearing in virtually every area of applied mathematics and science.

1.11.1 Polynomials

A function is a polynomial if it can be written in the form:

where is a non-negative integer and the numbers are real constants called the coefficients of the polynomial.

All polynomials have domain (all real numbers).

If the leading coefficient , then is called the degree of the polynomial.

Special types of polynomials:

  • Linear functions are polynomials of degree 1: (with ). These represent straight lines.
  • Quadratic functions are polynomials of degree 2: (with ). Their graphs are parabolas.
  • Cubic functions are polynomials of degree 3: (with ).
1.11.2 Rational Functions

A rational function is a quotient or ratio of two polynomials:

where and are polynomials. The name “rational” comes from “ratio.”

The domain of a rational function is the set of all real for which . We must exclude any values of that make the denominator zero, as division by zero is undefined.

Examples:

  • is a rational function with domain .
  • is a rational function with domain (the denominator is never zero).
  • has domain .
1.12 Exponential Functions

Exponential functions model growth and decay processes and are fundamental in describing natural phenomena like population growth, radioactive decay, compound interest, and many other applications.

1.12.1 Definition and Basic Properties

Let be a positive real number. A function of the form is called an exponential function with base .

Properties of Exponential Functions:

(1) All exponential functions have domain and range . This means an exponential function never assumes the value 0—it can get arbitrarily close to zero but never reaches it.

(2) If , the exponential function is strictly increasing. The function grows rapidly as increases.

(3) If , then we get the constant function for all .

(4) If , the function is strictly decreasing. The function decays as increases.

The most important exponential function has base , known as Euler’s number. The function is called the natural exponential function and appears throughout mathematics and science.

1.13 Logarithmic Functions

Logarithmic functions are the inverses of exponential functions. They answer the question: “To what power must we raise the base to get a given number?”

1.13.1 Definition of Logarithm

The logarithm function with base , written , is the inverse of the base exponential function (with and ). Thus:

This means: “ is the exponent to which we must raise to get .”

Properties:

  • The domain of is (same as the range of ). We can only take logarithms of positive numbers.
  • The range of is (same as the domain of ).

Special Logarithms:

Logarithms with base and base 10 are so important that they have special notation:

  • is written as and called the natural logarithm function.
  • is written as and called the common logarithm function.
1.13.2 Algebraic Properties of the Natural Logarithm

For any numbers and , the natural logarithm satisfies the following fundamental rules:

(1) Product Rule:

The logarithm of a product is the sum of the logarithms. By induction:

(2) Quotient Rule:

The logarithm of a quotient is the difference of the logarithms.

(3) Reciprocal Rule:

This follows from the quotient rule with in the numerator.

(4) Power Rule: for all

The logarithm of a power brings the exponent down as a multiplier.

1.13.3 Additional Properties of Logarithms

Because and are inverses, composing them in either order gives the identity function:

(1) Base (where , ):

  • for all
  • for all

(2) Base :

  • for all
  • for all

Expressing exponentials as powers of :

Substituting for in the equation enables us to rewrite as a power of :

This shows that any exponential function can be written in terms of the natural exponential.

Change-of-Base Formula:

Every logarithmic function is a constant multiple of the natural logarithm:

Proof: For any , we have:

This formula allows us to compute logarithms in any base using only natural logarithms.

1.14 The Six Basic Trigonometric Functions

Trigonometric functions are fundamental in mathematics, physics, and engineering. They originally arose from the study of triangles and circles, but their applications extend far beyond geometry.

1.14.1 Definitions

We can define the trigonometric functions in terms of the coordinates of the point where an angle’s terminal ray intersects a circle with radius centered at the origin.

For an angle :

  • sine:
  • cosine:
  • tangent: (defined when )
  • cosecant: (defined when )
  • secant: (defined when )
  • cotangent: (defined when )
1.14.2 Periodic Functions

A function is periodic if there is a positive number such that for every value of . The smallest such value of is called the period of .

  • The functions , , , and are periodic with period . We have for all .
  • The functions and are periodic with period .
1.14.3 Domains, Ranges, and Periods

  • Domain:
  • Range:
  • Period:

  • Domain:
  • Range:
  • Period:

  • Domain: (all for )
  • Range:
  • Period:

  • Domain:
  • Range: or
  • Period:

  • Domain: (all for )
  • Range: or
  • Period:

  • Domain:
  • Range:
  • Period:
1.14.4 Trigonometric Identities

The most fundamental trigonometric identities are:

Addition Formulas:

Double-Angle Formulas (derived from addition formulas):

Half-Angle Formulas (derived from and ):

Product-to-Sum Identities:

1.15 Inverse Trigonometric Functions

The six basic trigonometric functions are not one-to-one over their natural domains because their values repeat periodically. However, we can restrict their domains to intervals on which they are one-to-one, allowing us to define inverse functions.

1.15.1 Restricted Domains for One-to-One Behavior

To make the trigonometric functions one-to-one, we restrict their domains as follows:

  • Restricted domain:
  • Range:

  • Restricted domain:
  • Range:

  • Restricted domain:
  • Range:

  • Restricted domain:
  • Range:

  • Restricted domain:
  • Range:

  • Restricted domain:
  • Range:
1.15.2 Definitions of Inverse Trigonometric Functions

Since these restricted functions are now one-to-one, they have inverses, which we denote using two equivalent notations:

  • or
  • or
  • or
  • or
  • or
  • or

Important Caution: means the inverse function of sine, not . The reciprocal of is .

Formal Definitions:

(1) is the number in for which .

(2) is the number in for which .

(3) is the number in for which .

(4) is the number in for which .

(5) is the number in for which .

(6) is the number in for which .

1.15.3 Domains and Ranges of Inverse Trigonometric Functions

  • Domain:
  • Range:

  • Domain:
  • Range:

  • Domain:
  • Range:

  • Domain:
  • Range:

  • Domain: or
  • Range: ,

  • Domain: or
  • Range: ,
1.15.4 Relationships Among Inverse Trigonometric Functions

Complementary Angles:

  • for all
  • for all
  • for all

Negative Arguments:

Reciprocal Arguments:

  • for
  • for
  • for
  • for
  • for all
  • for all
  • for all
  • for all
1.15.5 Example Proofs of Inverse Trigonometric Identities

Example 1: Let us prove for all .

Let . By definition of arcsin, we have and .

We know that .

Since , we have .

Therefore, by definition of arccos: .

Thus, . ∎

Example 2: Let us prove for all .

Let . Then and .

We know that .

Since , we have .

Therefore, by definition of arcsin: . ∎

Example 3: Let us prove for all .

Let . Because , we have , so .

By definition of arcsin: , which means .

Because , by definition of arccsc, we have .

Therefore, . ∎

1.16 The Six Basic Hyperbolic Functions

Hyperbolic functions are formed by taking combinations of the two exponential functions and . Despite their name suggesting a connection to hyperbolas (just as trigonometric functions relate to circles), hyperbolic functions have their own unique properties and applications. They simplify many mathematical expressions and occur frequently in mathematical and engineering applications, including modeling hanging cables (catenary curves), describing relativistic velocity addition, and solving certain differential equations.

1.16.1 Definitions

(1) Hyperbolic sine:

(2) Hyperbolic cosine:

(3) Hyperbolic tangent:

(4) Hyperbolic cotangent: (defined for )

(5) Hyperbolic secant:

(6) Hyperbolic cosecant: (defined for )

Important Symmetry Properties:

Note that:

  • (odd function)
  • (even function)

Thus, the functions and are even, while , , , and are odd.

1.16.2 Identities for Hyperbolic Functions

The hyperbolic functions satisfy identities analogous to (but slightly different from) trigonometric identities.

Fundamental Identity:

This is the hyperbolic analogue of (note the minus sign!).

Double-Angle Formulas:

Half-Angle-Type Formulas:

Pythagorean-Type Identities:

Addition Formulas:

Product-to-Sum Identities:

1.17 Inverse Hyperbolic Functions

Just as we defined inverse trigonometric functions, we can define inverses of hyperbolic functions. However, the situation is simpler here because several hyperbolic functions are naturally one-to-one.

1.17.1 Existence of Inverses
  • The hyperbolic sine () is a strictly increasing function on all of . We denote its inverse by (also written as , , or ).
  • The function is not one-to-one over all real numbers. However, the restricted function for is one-to-one and therefore has an inverse, denoted by .
  • The function is not one-to-one on its natural domain. But its restriction to nonnegative values of (i.e., ) does have an inverse, denoted by .
  • The hyperbolic tangent (), cotangent (), and cosecant () are one-to-one on their domains and therefore have inverses, denoted by:

1.17.2 Logarithmic Formulas for Inverse Hyperbolic Functions

Since the hyperbolic functions can be expressed in terms of exponential functions, it is possible to express the inverse hyperbolic functions in terms of logarithms:

(1) for

(2) for

(3) for

(4) for

(5) for

(6) for

1.17.3 Example Proofs of Logarithmic Formulas

Example 1: Let us prove for .

Let . Then, by definition:

Thus:

Multiplying both sides by :

Rearranging:

This is a quadratic equation in . Let . Then:

Using the quadratic formula:

Since , and (because ), we must take the positive root:

Taking the natural logarithm of both sides:

Example 2: Let us prove for .

Let . Then, by definition:

Multiplying both sides by :

Multiplying both sides by :

Since , we have and , so . Taking the natural logarithm of both sides:

Example 3: Let us prove for .

Let . Then, by definition:

Thus:

Multiplying both sides by :

Since , we can divide by :

Let . Then:

Using the quadratic formula:

Since , we take the root that gives a positive value. We need:

(The choice of sign depends on whether or , but the formula with the plus sign works for both cases when we use in the denominator.)

Taking the natural logarithm of both sides:

1.17.4 Relationships Between Hyperbolic and Inverse Hyperbolic Functions

The following identities relate hyperbolic functions of inverse hyperbolic functions:

(1) for

(2) for

(3) for all

(4) for

(5) for all

(6) for

Example Proof: Let us prove for .

Let . Then, by definition:

Using the fundamental hyperbolic identity :

Since , we have . Also, for , we have , so . Therefore:


2. Definitions

  • Function: A rule that assigns a single value in set to each in domain .
  • Domain: The set of all possible input values that a function can accept.
  • Range: The set of all output values that a function produces as the input varies throughout the domain.
  • Graph of a Function: The set of all points in the Cartesian plane where is in the domain.
  • Floor Function : The greatest integer less than or equal to .
  • Ceiling Function : The smallest integer greater than or equal to .
  • Increasing Function: A function on interval where implies .
  • Strictly Increasing Function: A function on interval where implies .
  • Decreasing Function: A function on interval where implies .
  • Strictly Decreasing Function: A function on interval where implies .
  • Monotone Function: A function that is either increasing or decreasing on its domain.
  • Composition of Functions : The function defined by , where we first apply then apply to the result.
  • One-to-One Function (Injective): A function where whenever .
  • Inverse Function : The function that reverses , defined by if and only if .
  • Even Function: A function where for all in its domain (symmetric about the -axis).
  • Odd Function: A function where for all in its domain (symmetric about the origin).
  • Polynomial: A function of the form where is a non-negative integer.
  • Degree of a Polynomial: The highest power with non-zero coefficient .
  • Linear Function: A polynomial of degree 1: .
  • Quadratic Function: A polynomial of degree 2: .
  • Cubic Function: A polynomial of degree 3: .
  • Rational Function: A function of the form where and are polynomials.
  • Exponential Function: A function of the form where is the base.
  • Natural Exponential Function: The exponential function with base , written as .
  • Logarithm Function : The inverse of the exponential function , defined by if and only if .
  • Natural Logarithm : The logarithm with base , written as .
  • Common Logarithm : The logarithm with base 10, written as .
  • Periodic Function: A function where for all and some positive constant called the period.
  • Sine Function : The trigonometric function defined as where is on a circle of radius .
  • Cosine Function : The trigonometric function defined as where is on a circle of radius .
  • Tangent Function : The trigonometric function defined as or .
  • Cosecant Function : The reciprocal of sine, .
  • Secant Function : The reciprocal of cosine, .
  • Cotangent Function : The reciprocal of tangent, .
  • Inverse Sine : The inverse of sine restricted to , giving values in .
  • Inverse Cosine : The inverse of cosine restricted to , giving values in .
  • Inverse Tangent : The inverse of tangent restricted to , giving values in .
  • Hyperbolic Sine : Defined as .
  • Hyperbolic Cosine : Defined as .
  • Hyperbolic Tangent : Defined as .
  • Inverse Hyperbolic Sine : The inverse of , equal to .
  • Inverse Hyperbolic Cosine : The inverse of for , equal to for .
  • Inverse Hyperbolic Tangent : The inverse of , equal to for .

3. Formulas

  • Function Operations:
    • Sum:
    • Difference:
    • Product:
    • Quotient: where
    • Composition:
    • Scalar Multiplication:
  • Inverse Functions:
    • for all in domain of
    • for all in domain of
  • Even and Odd Function Decomposition:
  • Power Functions:
    • for
    • for
    • for ,
    • (the th root of )
  • Logarithm Properties:
    • Product Rule:
    • Quotient Rule:
    • Reciprocal Rule:
    • Power Rule:
    • Inverse Property: for
    • Inverse Property: for all
    • Change-of-Base Formula:
    • Exponential as Power of :
  • Trigonometric Identities:
    • Pythagorean Identities:
    • Addition Formulas:
    • Double-Angle Formulas:
    • Half-Angle Formulas:
    • Product-to-Sum Identities:
  • Inverse Trigonometric Function Identities:
    • Complementary Angles:
    • Negative Arguments:
  • Hyperbolic Function Definitions:
  • Hyperbolic Function Identities:
    • Fundamental Identity:
    • Double-Angle Formulas:
    • Half-Angle-Type Formulas:
    • Pythagorean-Type Identities:
    • Addition Formulas:
  • Inverse Hyperbolic Function Formulas:
    • for all
    • for
    • for
    • for
    • for
    • for
  • Relationships Between Hyperbolic and Inverse Hyperbolic Functions:
    • for
    • for
    • for
    • for

4. Practice

4.1. Prove an Inequality by Induction (Lab 4, Task 1.1)

Prove the following statement by induction: for all .

Click to see the solution

Let be the statement .

  1. Base Step (n=1):
    • For , the statement is .
    • By the fundamental Pythagorean identity, .
    • Since is true, the base case holds.
  2. Inductive Step:
    • Assumption (Inductive Hypothesis): Assume is true for some positive integer . That is, .
    • Goal: Prove that is true: .
    • Proof:
      • Consider the expression for : .
      • Since and , we can say:
        • .
        • .
      • Adding these two inequalities gives: .
      • By our inductive hypothesis, we know that .
      • Therefore, by transitivity, . This proves is true.
  3. Conclusion: By the principle of mathematical induction, the statement holds for all .
4.2. Prove Divisibility by Induction (Lab 4, Task 1.2)

Show that is divisible by 19 for all .

Click to see the solution

Let .

  1. Base Step (n=1):
    • For , .
    • Since is divisible by 19, the base case is true.
  2. Inductive Step:
    • Assumption (Inductive Hypothesis): Assume is divisible by 19 for some positive integer . That is, for some integer .
    • Goal: Prove that is divisible by 19.
    • Proof:
      • .
      • .
      • From the hypothesis, we can write . Substitute this into the expression:
      • .
    • Since and are integers, is an integer. Thus, is a multiple of 19.
  3. Conclusion: By the principle of mathematical induction, the statement is true for all .
4.3. Find Inverse Functions (Lab 4, Task 3)

Find and identify the domain and range of for the following functions:

Click to see the solution

The domain of is the range of , and the range of is the domain of .

(a)

  • Inverse: Let . Solving for gives . So, .
  • Domain and Range of : , .
  • Domain and Range of : , .

(b)

  • Inverse: Let . Then . So, .
  • Domain and Range of : , .
  • Domain and Range of : , .

(c)

  • Inverse: Let . Then . So, .
  • Domain and Range of : Domain requires and . So . The range is .
  • Domain and Range of : , .
4.4. Properties of Functions (Lab 4, Task 4)

Given , choose suitable domains and codomains to make the function:

  1. Surjective
  2. Injective
  3. Bijective
Click to see the solution

Let the function be defined as , where A is the domain and B is the codomain. The range of is .

(a) Surjective: A function is surjective if its codomain equals its range.

  • We can keep the standard domain .
  • We must set the codomain to be the range, so .
  • Example: is surjective.

(b) Injective: A function is injective (one-to-one) if it passes the horizontal line test. The function fails this test on .

  • We must restrict the domain to a part where the function is strictly increasing or decreasing.
  • We can choose the domain (or ).
  • The codomain B can be or any superset of the range.
  • Example: is injective.

(c) Bijective: A function is bijective if it is both surjective and injective.

  • We must combine the restrictions from the previous parts.
  • We must restrict the domain to make it injective, e.g., .
  • We must set the codomain to equal the range to make it surjective, e.g., .
  • Example: is bijective. Another example is .
4.5. Prove Hyperbolic and Inverse Function Identities (Chapter 2, Example 1)

Prove the following identities involving hyperbolic and inverse hyperbolic/trigonometric functions.

Click to see the solution

The proofs for (1), (3), and (6) are shown in other tasks. The others follow a similar pattern. Let’s prove (2) as an example.

  1. Let . By definition, this means .
  2. Use hyperbolic identities. We know the identity . Since , we have .
  3. Find . Since the range of arctanh is all real numbers, but is always positive, we take the positive root: .
  4. Find . We know , so .
  5. Substitute: .
  6. Conclusion: Since , we have shown .
4.6. Floor and Ceiling Functions (Chapter 2, Example 2)

Explain the floor function () and the ceiling function () and provide examples for the inputs 2.4, 1.9, 0, -1.2, 2, 0.2, and -0.3.

Click to see the solution
  1. Floor Function :
    • Definition: The floor function, also called the greatest integer function, gives the greatest integer that is less than or equal to .
    • Examples:
  2. Ceiling Function :
    • Definition: The ceiling function, also called the least integer function, gives the smallest integer that is greater than or equal to .
    • Examples:
4.7. Composition of Functions (Chapter 2, Example 3)

Let and . Find the compositions , , , and and their respective domains.

Click to see the solution
  1. :
    • .
    • Domain: For the output to be real, we need . Domain is .
  2. :
    • .
    • Domain: For the input of to be valid, we need . Domain is .
  3. :
    • .
    • Domain: For the input of the outer to be valid, we need , which is always true for . For the input of the inner , we need . Domain is .
  4. :
    • .
    • Domain: The domain of linear functions is all real numbers. Domain is .
4.8. Domain and Range of Common Functions (Chapter 2, Example 4)

State the domain and range for the following common functions: , , , , .

Click to see the solution
  1. (Parabola):
    • Domain: The function is defined for all real numbers. Domain is .
    • Range: The square of any real number is non-negative. Range is .
  2. (Hyperbola):
    • Domain: The function is defined for all real numbers except where the denominator is zero. Domain is .
    • Range: The function can take any real value except zero. Range is .
  3. (Square Root):
    • Domain: The expression under the square root must be non-negative. Domain is .
    • Range: The principal square root is always non-negative. Range is .
  4. :
    • Domain: We require . Domain is .
    • Range: The output is always non-negative. Range is .
  5. (Semicircle):
    • Domain: We require . Domain is .
    • Range: The minimum value is 0 (at ) and the maximum value is (at ). Range is $$.
4.9. Derive the Logarithmic Form of (Chapter 2, Example 5)

Prove the first formula: .

Click to see the solution
  1. Let . By definition, .
  2. Use the exponential definition of : .
  3. Multiply by 2 and then by to clear the denominator and negative exponent: .
  4. Rearrange into a quadratic equation in terms of : .
  5. Let . The equation is . Solve for using the quadratic formula:
    • .
  6. Since , it must be positive. The term is always greater than . Therefore, the root is always negative. We must take the positive root.
    • .
  7. Take the natural logarithm of both sides to solve for : .
4.10. Prove a Hyperbolic-Inverse Trig Identity (Chapter 2, Example 6)

Prove the identity for .

Click to see the solution
  1. Set up the variables: Let . By the definition of the inverse hyperbolic cosine, this means .
  2. Use the fundamental hyperbolic identity: .
  3. Solve for :
    • .
    • Substitute : .
  4. Take the square root:
    • .
  5. Determine the sign: The range of the arccosh function is . For non-negative values of , the function is also non-negative. Therefore, we must take the positive root.
    • .
  6. Substitute back: Since , we have .
4.11. Prove Inverse Trigonometric Identities (Chapter 2, Example 7)

Prove the following identities for inverse trigonometric functions:

  1. for .
  2. for .
Click to see the solution

(a)

  1. Let . By definition, this means and .
  2. Using the co-function identity, we know that .
  3. Therefore, .
  4. Since , the angle is in the interval , which is the range of the arccos function.
  5. From the definition of arccos, it follows that .
  6. Substituting back , we get , which rearranges to the desired identity.

(b)

  1. Let . This means and .
  2. The sine function is an odd function, so .
  3. Since , the angle is also in the interval .
  4. From the definition of arcsin, it follows that .
  5. Substituting back gives .
4.12. Derive the Logarithmic Form of (Chapter 2, Example 8)

Prove the third formula: .

Click to see the solution
  1. Let . By definition, .
  2. Use the exponential definition: .
  3. Multiply numerator and denominator by : .
  4. Solve for :
    • .
    • .
    • .
    • .
  5. Take the natural logarithm of both sides to solve for :
    • .
    • .
4.13. Prove an Inverse Trigonometric Identity (Chapter 2, Example 9)

Prove the following identity: for .

Click to see the solution
  1. Let . By the definition of the arcsin function, this means .
  2. Use the reciprocal identity. The definition of the cosecant function is .
  3. Substitute. From step 1, we can substitute for , which gives .
  4. Apply the inverse cosecant function. The statement is, by definition, equivalent to .
  5. Conclusion. We started with and have shown that . Therefore, the two expressions must be equal.
4.14. List Logarithmic Forms of Inverse Hyperbolic Functions (Chapter 2, Example 10)

List the logarithmic form for each of the six inverse hyperbolic functions and their respective domains.

Click to see the solution
  1. .
  2. .
  3. .
  4. .
  5. .
  6. .
4.15. Derive the Logarithmic Form of (Chapter 2, Example 11)

Prove the fifth formula: .

Click to see the solution
  1. Let . By definition, .
  2. Use the exponential definition: .
  3. Solve for :
    • .
    • Multiply by : .
    • Rearrange into a quadratic equation: .
  4. Let . Solve using the quadratic formula:
    • .
  5. Since must be positive, we must choose the correct root. The term is always positive. If we take the minus sign, the result could be negative (e.g., if x is positive and small). The plus sign guarantees a positive result.
    • .
  6. Take the natural logarithm: .
4.16. Proof by Induction (Test 1, Task 1a)

Prove by induction the following statement: for all .

Click to see the solution

Let be the statement .

  1. Base Step (n=1):
    • LHS = .
    • RHS = .
    • Since LHS = RHS, the statement is true.
  2. Inductive Step:
    • Assumption (Inductive Hypothesis): Assume is true for some positive integer . That is, .
    • Goal: Prove that is true: .
    • Proof:
      • Start with the left-hand side of the goal: LHS = .
      • Substitute the inductive hypothesis: LHS = .
      • Find a common denominator and factor out : .
      • Simplify the expression in the brackets: .
      • Recognize the perfect square: .
    • This is the right-hand side of the goal. Thus, is true.
  3. Conclusion: By the principle of mathematical induction, the statement is true for all integers .
4.17. Proof by Induction (Divisibility) (Test 1, Task 1b)

Prove by induction that for all (i.e., 4 is a factor of ).

Click to see the solution

Let be the statement that is divisible by 4.

  1. Base Step (n=0):
    • For , we have .
    • Since 4 is divisible by 4, the statement is true.
  2. Inductive Step:
    • Assumption (Inductive Hypothesis): Assume is true for some integer . That is, is divisible by 4, which means we can write for some integer .
    • Goal: Prove that is true: is divisible by 4.
    • Proof:
      • Consider the expression .
      • From the hypothesis, we can express as . Substitute this into the expression:
      • .
    • Since is an integer, is also an integer. Thus, is a multiple of 4. This shows is true.
  3. Conclusion: By the principle of mathematical induction, the statement is true for all integers .
4.18. Find Minimum, Maximum, Infimum, and Supremum of Sets (Test 1, Task 2)

Let and . Fill in the blanks (put X if there isn’t an answer):

  1. max(A), min(A), sup(A), inf(A)
  2. max(B), min(B), sup(B), inf(B)
Click to see the solution

(a) For

  • max(A) = X: The maximum is the largest element in the set. Since 5 is not included, there is no largest element.
  • min(A) = 1: The minimum is the smallest element in the set. Since 1 is included, it is the minimum.
  • sup(A) = 5: The supremum is the least upper bound. 5 is an upper bound, and any number smaller than 5 is not.
  • inf(A) = 1: The infimum is the greatest lower bound. It is equal to the minimum when a minimum exists.

(b) For

  • max(B) = 8: The largest element in the set is 8.
  • min(B) = X: The minimum would be the smallest element. The set gets arbitrarily close to 1 but does not include 1, so there is no minimum.
  • sup(B) = 8: The supremum is the least upper bound, which is the maximum when a maximum exists.
  • inf(B) = 1: The infimum is the greatest lower bound. The set of lower bounds is , and the greatest of these is 1.
4.19. Complex Number Arithmetic (Test 1, Task 3a)

Let and . Find the following:

Click to see the solution

(a)

  1. Substitute the values: .
  2. Distribute the scalars: .
  3. Combine real and imaginary parts: .

(b)

  1. Calculate the numerator: .
  2. Calculate the denominator: .
  3. Perform the division: .
  4. Multiply by the conjugate of the denominator: .
  5. Simplify: .

Answer:

4.20. Trigonometric and Exponential Forms of a Complex Number (Test 1, Task 3b)

Find the trigonometric and exponential forms of .

Click to see the solution
  1. Find the Modulus (r): The modulus is the distance from the origin to the point in the complex plane.
    • .
  2. Find the Argument (): The argument is the angle the vector makes with the positive real axis.
    • The point is in the second quadrant.
    • The reference angle is .
    • In the second quadrant, the angle is .
  3. Write the Trigonometric Form: The form is .
    • .
  4. Write the Exponential Form: The form is .
    • .

Answer:

  • Trigonometric:
  • Exponential:
4.21. Prove a Function is One-to-One and Find its Inverse (Test 1, Task 4)

Let . Does represent a one-to-one function (prove)? If Yes, Find .

Click to see the solution

Part 1: Prove the function is one-to-one

  1. Definition of one-to-one: A function is one-to-one if for any in the domain of , the condition implies that .
  2. Set up the equation: Assume for some and in the domain.
    • .
  3. Solve for :
    • Cross-multiply: .
    • Expand both sides: .
    • Subtract and 6 from both sides: .
    • Add and to both sides: .
  4. Conclusion: Since implies , the function is one-to-one.

Part 2: Find the inverse function

  1. Replace with y: .
  2. Solve for x in terms of y:
    • .
    • .
    • .
    • Factor out x: .
    • .
  3. Swap x and y to get the inverse function:
    • .
Answer: Yes, the function is one-to-one. The inverse is .